projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f66060c
)
inspector: Stop overeager activation
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 30 Oct 2014 22:47:46 +0000
(18:47 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 30 Oct 2014 22:47:46 +0000
(18:47 -0400)
Stop using activate-on-single click for the property list -
it is a little annoying to have the popover come up when you
just click in the list to get the focus there.
gtk/inspector/prop-list.ui
patch
|
blob
|
history
diff --git
a/gtk/inspector/prop-list.ui
b/gtk/inspector/prop-list.ui
index 6bfc79732f2d83d48f782e16caabb3f124436dee..7669e2d51f812f79d0fe58da14ea1b4015578f60 100644
(file)
--- a/
gtk/inspector/prop-list.ui
+++ b/
gtk/inspector/prop-list.ui
@@
-23,7
+23,6
@@
<property name="visible">True</property>
<property name="model">model</property>
<property name="tooltip-column">3</property>
- <property name="activate-on-single-click">True</property>
<signal name="row-activated" handler="row_activated"/>
<child>
<object class="GtkTreeViewColumn">